convert
convert(matr)
Func
Local mat,a
matr
à
mat
For a,1,rowDim(mat)
If mat[a,1]=true:1
à
mat[a,1]
If mat[a,1]=false:0
à
mat[a,1]
EndFor
mat
EndFunc